MindFusion.UI for WebForms Programmer's Guide

Calendar.select Method

See Also
 



Adds the specified Date or Date Array to the collection of selected dates.

Namespace: MindFusion.UI.Web
Assembly: Calendar.js

 Syntax

JavaScript  Copy Code

function select (value)

 Parameters

value

Type: Date, Array
The Date or Date Array to add.

 See Also